Revision: wmaker--cvs--0--patch-1497
Archive: voins@altlinux.ru--2004-wmaker
Creator: Dan Pascu <dan@windowmaker.org>
Date: Sun Oct 31 12:05:43 MSK 2004
Standard-date: 2004-10-31 09:05:43 GMT
Modified-files: configure.ac
New-patches: voins@altlinux.ru--2004-wmaker/wmaker--cvs--0--patch-1497
Summary: Detect if gcc is able to compile x86 asm and if it supp...
CSCVSID: MAIN.1498
Keywords: cscvs:MAIN-1498

Author: dan
Date: 2004/10/31 05:33:39
Detect if gcc is able to compile x86 asm and if it supports passing more
than 10 parameters in inline asm, else disable asm code.
This should enable it to work on any x86 platform (not just linux as before)
given that a recent enough gcc is available (no more need to guess by looking
at $host)

This should also fix the issues of compiling wrlib with gcc-2.95
